From 4db8b0663b899884ac214ebab51ba6ec941dac61 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 9 Sep 2010 15:24:39 +0200 Subject: [PATCH] * net/tramp-cache.el (tramp-parse-connection-properties): Set tramp-autoload cookie. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp-cache.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 67bd90579e6..3e9bc087b89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-09-09 Michael Albinus + + * net/tramp-cache.el (tramp-parse-connection-properties): Set + tramp-autoload cookie. + 2010-09-09 Glenn Morris * image.el (imagemagick-types-inhibit): Add :type, :version, :group. diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 7ec4c4066f1..a2864a6328f 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -357,6 +357,7 @@ KEY identifies the connection, it is either a process or a vector." (remove-hook 'kill-emacs-hook 'tramp-dump-connection-properties))) +;;;###tramp-autoload (defun tramp-parse-connection-properties (method) "Return a list of (user host) tuples allowed to access for METHOD. This function is added always in `tramp-get-completion-function' -- 2.30.2